phlow-extensions 1.6.0

Phlow extensions to Rust's core structures
Documentation

phlow-extensions

Contains phlow extensions to core Rust types.

Depend

phlow-extensions = "*"

Import

/// To import core extensions from this crate add
/// the following to your `lib.rs` or `main.rs`:
#[macro_use]
extern crate phlow;

import_extensions!(CoreExtensions, ...);